home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / MPEG2P12.ZIP / MPEG2PPM.1 < prev    next >
Text File  |  1995-01-16  |  3KB  |  90 lines

  1.  
  2.  
  3. MPEG2PPM(1.2)                                       MPEG2PPM(1.2)
  4.  
  5.  
  6. NNAAMMEE
  7.        mpeg2ppm - MPEG to PPM converter
  8.  
  9. SSYYNNOOPPSSIISS
  10.        mmppeegg22ppppmm [[--hh]] [[--ff]] [[--ss ssttaarrtt]] [[--ee eenndd]] [[ffiilleennaammee]]
  11.  
  12. DDEESSCCRRIIPPTTIIOONN
  13.        _M_p_e_g_2_p_p_m  will  decode  a  (video-only)  MPEG-I-stream and
  14.        extract the rebuild frames as PPM-files (Portable Pixmap).
  15.        The  extracted  frames will be numbered starting from zero
  16.        (0), the first part of the filename is  derived  from  the
  17.        original MPEG-stream, the files extension will be .PPM.
  18.  
  19.        The final PPM-files will be in 24-bit-format.
  20.  
  21.  
  22.        --hh          This option will show the usage.
  23.  
  24.  
  25.        --ff          This  option will extract only the first frame
  26.                    of the  MPEG-stream.   The  PPM-file  will  be
  27.                    named  after  the MPEG-stream-file, its exten-
  28.                    sion will be .PPM.
  29.  
  30.  
  31.        --ss ssttaarrtt    This option let you specify a starting  frame.
  32.                    Converting  will start with the specified fra-
  33.                    menumber. Has to be used in  conjunction  with
  34.                    the following option.
  35.  
  36.  
  37.        --ee eenndd      This  option let you specify the ending frame.
  38.                    Converting will stop with the  specified  fra-
  39.                    menumber.  Has  to be used in conjunction with
  40.                    the option above.
  41.  
  42. EEXXAAMMPPLLEESS
  43.        You could start _m_p_e_g_2_p_p_m with f.e. the following options:
  44.  
  45.        mpeg2ppm -h
  46.        mpeg2ppm -f < ifa.mpg
  47.        mpeg2ppm -s 10 -e 20 ifa.mpg
  48.  
  49. NNOOTTEESS
  50.        _M_p_e_g_2_p_p_m expects MPEG-1 video streams  only.  It  can  not
  51.        handle  multiplexed  MPEG  streams or video+audio streams.
  52.        The converter uses the  paris  entropy  coding  table  set
  53.        (which I believe to be the MPEG-1 standard).
  54.  
  55.        Some  streams do not end with the proper sequence end code
  56.        and will  probably  generate  an  "Improper  sequence  end
  57.        code." error when done playing.
  58.  
  59.  
  60. TTHHAANNKKSS
  61.        Special  thanks  to  the Berkeley-code "mpeg_play" and the
  62.        PPM-patch by
  63.  
  64.  
  65.        KKeettaann PPaatteell     University of California,  Berkeley,  kpa-
  66.                        tel@cs.berkeley.edu
  67.  
  68.        BBrriiaann SSmmiitthh     University    of   California,   Berkeley,
  69.                        bsmith@cs.berkeley.edu
  70.  
  71.        HHeennrryy CChhii--TToo MMaa University   of   California,    Berkeley,
  72.                        cma@cs.berkeley.edu
  73.  
  74.        KKiimm MMaann LLiiuu     University    of   California,   Berkeley,
  75.                        kliu@cs.berkeley.edu
  76.  
  77.        JJeeff PPoosskkaannzzeerr   jef@netcom.com
  78.  
  79. CCOOPPYYRRIIGGHHTT
  80.        _M_p_e_g_2_p_p_m was developed by
  81.  
  82.        _P_H_A_D_E _S_o_f_t_w_a_r_e
  83.        Inh. Frank Gadegast
  84.        Leibnizstr. 30
  85.        10625 Berlin GERMANY
  86.  
  87.        pphhaaddee@@ccoonnttrriibb..ddee,, hhttttpp::////wwwwww..ccoonnttrriibb..ddee//~~pphhaaddee
  88.  
  89.  
  90.